GetGridHighlightObjectsForTestRequest

data class GetGridHighlightObjectsForTestRequest(nodeIds: List<NodeId>)

Represents request frame that can be used with Overlay#getGridHighlightObjectsForTest operation call.

For Persistent Grid testing.

See also

Constructors

GetGridHighlightObjectsForTestRequest
Link copied to clipboard
fun GetGridHighlightObjectsForTestRequest(nodeIds: List<NodeId>)

Properties

nodeIds
Link copied to clipboard
val nodeIds: List<NodeId>
Ids of the node to get highlight object for.

Sources

jvm source
Link copied to clipboard